|
DX11 SET CAMERA BACKDROP
Sets the backdrop colour that the camera is cleared to before each render pass.
You can optionally set different backdrop colours for each render target, if applicable.
DX11 SET CAMERA BACKDROP camera, colour, [id]
camera Dword The camera to set the backdrop colour of.
colour Dword The colour to use to clear the render target of the camera to before each draw pass.
[Optional] id Dword The render target id to set the backdrop colour of (valid range [0..7], only stage 0 is valid in DX10 compatibility mode). If omitted all render targets will be assigned the backdrop colour.
This function does not return a value.
CAMERA Functions Menu
DX11 Function Categories
|